OnNotificationTemplateActionHandler

interface OnNotificationTemplateActionHandler

Interface definition for a callback to be invoked when a item is invoked with an event. since 3.5.0

Functions

Link copied to clipboard
abstract fun onHandleAction(    @NonNull view: View,     @NonNull action: Action,     @NonNull message: BaseMessage)
If an Action is registered in a specific view, it is called when a click event occurs.